From dc85f1c2b81e4494a4d69ccf652503544376c335 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 11 Feb 2016 11:54:08 +0100 Subject: [PATCH] fix permissions in the correct directory --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1da48e93..e1642d38 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ build/libjuce-doc:: cd doxygen && doxygen Doxyfile binary-post-install/juce-modules-source:: - find $(CURDIR)/debian/$(cdbs_curpkg)/usr/include/ -type f -name "*.h" -or -name "*.cpp" \ + find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/juce -type f -name "*.h" -or -name "*.cpp" \ -exec chmod 0644 {} + clean:: -- 2.30.2